ActiveReports 12
LookupRecord Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.ExpressionEvaluation Namespace > Eval.ILookupStore<TIndexKey> Interface : LookupRecord Method
Syntax
'Declaration
 
Function LookupRecord( _
   ByVal dataSetName As String, _
   ByVal indexId As TIndexKey, _
   ByVal keyFn As Func(Of Record,Variant), _
   ByVal key As Variant _
) As Record
Record LookupRecord( 
   string dataSetName,
   TIndexKey indexId,
   Func<Record,Variant> keyFn,
   Variant key
)

Parameters

dataSetName
indexId
keyFn
key
See Also

Reference

Eval.ILookupStore<TIndexKey> Interface
Eval.ILookupStore<TIndexKey> Members